Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a fallback to free GH runners, when there is a problem with the self-hosted ones #1063

Merged
merged 6 commits into from
Nov 16, 2023

Conversation

G-D-Petrov
Copy link
Collaborator

Reference Issues/PRs

Add a fallback to free GH runners, when there is a problem with the self-hosted ones.

What does this implement or fix?

We have seen that sometimes there are problems with registering a Self-hosted runner in GH.
This problem can persist for an unknown amount of time.
To address this, I am adding a fallback mechanism to start jobs on the free Linux runners for the regular CI and the conda build.
The benchmark builds are not blocking anything and they would take way too long on a free GH runner anyway, so I haven't added the mechanism there.

@G-D-Petrov G-D-Petrov added the bug Something isn't working label Nov 16, 2023
@G-D-Petrov G-D-Petrov merged commit ffc1750 into master Nov 16, 2023
131 checks passed
@G-D-Petrov G-D-Petrov deleted the add_fallback branch November 16, 2023 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants